-
Notifications
You must be signed in to change notification settings - Fork 251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add enable-debug flag #791
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #791 +/- ##
==========================================
+ Coverage 62.08% 62.51% +0.43%
==========================================
Files 203 203
Lines 18723 18732 +9
==========================================
+ Hits 11624 11711 +87
+ Misses 5997 5923 -74
+ Partials 1102 1098 -4 ☔ View full report in Codecov by Sentry. |
@YeahNotSewerSide looks like we need a PR to update the start command in e2e tests. |
vechain/thor-e2e-tests#28 - added a flag to the e2e tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, worth perhaps adding the api
word in the flag/vars to make more explicit.
I wonder if we should probably merge this once we have the https://github.com/vechain/protocol-board-repo/issues/267 ready too ? Will ask offline 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm- Worth checking why the tests are failing.
I think we need to modify the tests to have debug enabled too (Darren suggested that) |
vechain/thor-e2e-tests#28 the pull request for that was open |
Closing as we went with a different approach |
Description
As default
/debug
endpoint is disabled on the node, and can be turned on with a supplied flag--enable-debug
issue
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also
list any relevant details for your test configuration
Test Configuration:
Checklist: